projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6452c
)
; Require map only during compilation
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 23 Oct 2022 16:20:30 +0000
(18:20 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 23 Oct 2022 16:20:30 +0000
(18:20 +0200)
As map is only used by 'pcase' during macro-expansion, it is not
necessary to load it all the time.
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index d53329a736aa96822caa90f6ede8d6be8095eda3..082e8f17f6215c06cf8b667d5157dd2b3173d7f5 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-44,11
+44,11
@@
(eval-when-compile (require 'rx))
(eval-when-compile (require 'inline))
+(eval-when-compile (require 'map))
(require 'package)
(require 'lisp-mnt)
(require 'vc)
(require 'seq)
-(require 'map)
(require 'xdg)
(defgroup package-vc nil